home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / split.man < prev    next >
Text File  |  1989-07-24  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. SPLIT                     User Commands                     SPLIT
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      split - split a file into pieces
  10.  
  11. SSYYNNOOPPSSIISS
  12.      sspplliitt [ -nn ] [ -bb byte_cnt ] [ file [ name ] ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _S_p_l_i_t reads _f_i_l_e and writes it in _n-line pieces or in
  16.      _b_y_t_e__c_n_t byte pieces to a set of output files.  The default
  17.      is in 1000 line pieces.  The name of the first output file
  18.      is _n_a_m_e with "aa" appended, and so on, lexicographically, to
  19.      "zz".  If no output name is given, "x" is the default, in
  20.      which case _s_p_l_i_t will create files from "xaa" to "zzz".
  21.  
  22.      If no input file is given, or if -- is given in its stead,
  23.      then the standard input file is used.
  24.  
  25. BBUUGGSS
  26.      If you provide _n_a_m_e, _s_p_l_i_t can only create 676 separate
  27.      files.  The default naming convention allows 2028 separate
  28.      files.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0             November 20, 1986                       1
  64.  
  65.  
  66.  
  67.